Future<dynamic> emailVerifier(String email) async { _performance(); return Verifier( apiKey: api_key, appID: app_id, ).emailVerifier(email); }