reload method

Future<void> reload()

Refreshes the current user, if signed in.

Implementation

Future<void> reload() async {
  throw UnimplementedError('reload() is not implemented');
}