static Future<dynamic> saveProfile(String name, String email) { return FlyChatFlutterPlatform.instance.saveProfile(name, email); }