@override Future<void> setEmail(String email) async { await _analytics.invokeMethod('setEmail', {'email': email}); }