Future<bool?> isAppInstall(String appId) async{ _getIsAppInstallCompleter=Completer(); _channel.invokeMethod("isAppInstall"); return await _getIsAppInstallCompleter?.future; }