rememberDevice method

Future<void> rememberDevice()

Remembers the current device.

Implementation

Future<void> rememberDevice() {
  throw UnimplementedError('rememberDevice() has not been implemented.');
}