log property

List<MethodCall> log
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>[];