@override Future<String?> getCallRecord(map) async { final res = await methodChannel.invokeMethod<String>('getCallRecord',map); return res; }