log property Null safety
final
Log for method calls.
For all registered channels, handled calls are added to the list. Can
be cleaned using log.clear()
.
Implementation
final List<MethodCall> log = <MethodCall>[];
Log for method calls.
For all registered channels, handled calls are added to the list. Can
be cleaned using log.clear()
.
final List<MethodCall> log = <MethodCall>[];