setToken method

Future<void> setToken(
  1. String? token
)

Implementation

Future<void> setToken(String? token) async {
  _token = token;
}