static Future<void> setUserEmail(String? userEmail) async { return _channel.invokeMethod('setUserEmail', userEmail); }