isDeviceSupported method
Returns true if device is capable of checking biometrics or is able to fail over to device credentials.
Implementation
@override
Future<bool> isDeviceSupported() async =>
(await _channel.invokeMethod<bool>('isDeviceSupported')) ?? false;