getShowBiometricPromt method

Future<String?> getShowBiometricPromt(
  1. String? title,
  2. String? message
)

Implementation

Future<String?> getShowBiometricPromt(String? title, String? message) {
  throw UnimplementedError(
      'getShowBiometricPromt() has not been implemented.');
}