attach method
Initializes the native SDK for options and registers this client.
Implementation
Future<void> attach(FmeInitOptions options) async {
fmePlugin = await MethodChannelVwoFmeFlutterSdk.init(options);
accountId = options.accountId;
sdkKey = options.sdkKey;
instances[instanceKey(options.accountId, options.sdkKey)] = this;
}