log property
final
Log of all method calls made to the underlying platform.
Note that any keys logged will not be prefixed with 'flutter.'
Implementation
final List<MethodCall> log = <MethodCall>[];
Log of all method calls made to the underlying platform.
Note that any keys logged will not be prefixed with 'flutter.'
final List<MethodCall> log = <MethodCall>[];