isLocked method

Future<bool> isLocked()

Check if the session is locked by Biometrics.

Implementation

Future<bool> isLocked() {
  throw UnimplementedError('isLocked() is not implemented.');
}