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