@override Future<bool?> isInstantApp() async { final isInstantApp = await _methodChannel.invokeMethod<bool>('isInstantApp'); return isInstantApp; }