Initialize the SDK
@override Future<int?> init(String key) async { return await methodChannel.invokeMethod<int>('init', {'key': key}); }