@override Future isnativead() async { try { var result = await platform.invokeMethod('isnativead'); return result; } on PlatformException { return ''; } }