setEmail method

Future<void> setEmail(
  1. String email
)

Implementation

Future<void> setEmail(String email) => _store.setEmail(email);