log property

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