Future<bool> isSDKMessage(Map data) async { return await methodChannel.invokeMethod('isSDKMessage', data); }