canAuthenticate method
Checks whether biometric authentication is available on the device.
Returns true if biometric authentication is available, false otherwise.
Implementation
Future<bool> canAuthenticate() {
throw UnimplementedError('canAuthenticate() has not been implemented.');
}