biometricService property

BiometricService biometricService

Get the biometric service provided by the Gigya SDK.

Implementation

BiometricService get biometricService {
  return GigyaFlutterPluginPlatform.instance.biometricService;
}