static Future<String?> verifyToken(String userName, String token) { return FlyChatFlutterPlatform.instance.verifyToken(userName, token); }