Future<void> attachSecureService(String appId) async { return await methodChannel .invokeMethod("attachSecureService", {'appId': appId}); }