authenticateWithCryptoObject method

Future<void> authenticateWithCryptoObject(
  1. HmsCipherFactory factory
)

Implementation

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