@override Future<void> process(Map<String, dynamic> payload) async { methodChannel.invokeMethod<void>('process', jsonEncode(payload)); }