@override Future<String> initialize(String appid) async { return await methodChannel.invokeMethod("initialize", {'appId': appid}); }