forgetDevice method

Future<void> forgetDevice([
  1. AuthDevice? device
])

Forgets device, or the current device, if no parameters are given.

Implementation

Future<void> forgetDevice([AuthDevice? device]) {
  throw UnimplementedError('forgetDevice() has not been implemented.');
}