@override Future<String?> getCurrentIdInfo() async { String? idInfo = await methodChannel.invokeMethod<String?>('getCurrentIdInfo'); return idInfo; }