attachSecureService method

Future<void> attachSecureService(
  1. String appId
)

Implementation

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