reportFlutterError method

  1. @override
Future<void> reportFlutterError(
  1. Map<String, Object?> errorInfo
)
override

Report Flutter error

Implementation

@override
Future<void> reportFlutterError(Map<String, Object?> errorInfo) async {
  methodChannel.invokeMethod<bool>('reportFlutterErrorChannel', errorInfo);
}