Sets the current user's email.
@override void setUserEmail(String email) { _runCatching( 'setUserEmail', () => _platform.setUserEmail(email), ); }