getSetUpBiometricsURL method

Future<String> getSetUpBiometricsURL(
  1. bool isForNewDevice
)

Gets the URL that should be used for setting up biometrics.

Implementation

Future<String> getSetUpBiometricsURL(bool isForNewDevice) async {
  return await _postMessage('getSetUpBiometricsURL', [isForNewDevice]);
}