authWithCryptoObject method

Future<void> authWithCryptoObject(
  1. HmsCipherFactory factory
)

Implementation

Future<void> authWithCryptoObject(HmsCipherFactory factory) async {
  _startCallback();
  await _channel.invokeMethod(
      'authenticateWithCryptoObject', factory.toMap());
}