static Future<String?> parseAuth(String json) async { final res = await _channel.invokeMethod('parseAuth', {'json': json}); return res as String?; }