invokeMethod method
Object?
invokeMethod(
- TypeChannelMessenger messenger,
- $CamcorderProfile instance,
- String methodName,
- List<
Object?> arguments,
inherited
Invoke a method on instance
for a type channel.
Implementation
@override
Object? invokeMethod(
TypeChannelMessenger messenger,
$CamcorderProfile instance,
String methodName,
List<Object?> arguments,
) {
switch (methodName) {
}
throw ArgumentError.value(
instance,
'instance',
'Unable to invoke method `$methodName` on',
);
}