We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666dccc commit d07b88eCopy full SHA for d07b88e
packages/flutter/lib/src/services/message_codec.dart
@@ -29,7 +29,7 @@ abstract class MessageCodec<T> {
29
T? decodeMessage(ByteData? message);
30
}
31
32
-/// An command object representing the invocation of a named method.
+/// A command object representing the invocation of a named method.
33
@immutable
34
class MethodCall {
35
/// Creates a [MethodCall] representing the invocation of [method] with the
0 commit comments