canAuth method

Future<int?> canAuth()

Checks whether fingerprint authentication is available.

Implementation

Future<int?> canAuth() async {
  return await _channel.invokeMethod('canAuth');
}