@override Future<String?> init(String appId) async { return await methodChannel.invokeMethod<String>('init', appId); }