cryptoSecretBoxMacBytes method

  1. @override
Future<int> cryptoSecretBoxMacBytes()
override

Implementation

@override
Future<int> cryptoSecretBoxMacBytes() async {
  final data = await methodChannel.invokeMethod<int>(secretBoxMacBytesMethod);
  return data ?? 0;
}