isOptIn method

Future<bool> isOptIn()

Check if the device is enrolled in Biometrics.

Implementation

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