Report ANR information
@override Future<void> reportANRInfo(Map<String, Object?> info) async { methodChannel.invokeMethod<bool>('reportCrashChannel', info); }