report method
Implementation
void report(final ActionInfo actionInfo) async {
await _channel.invokeMethod('pluginReduxInspectorReport', actionInfo.toJson());
}
void report(final ActionInfo actionInfo) async {
await _channel.invokeMethod('pluginReduxInspectorReport', actionInfo.toJson());
}