mcuDecrypt method

Future<Uint8List> mcuDecrypt(
  1. Uint8List mac,
  2. Uint8List payload
)

Implementation

Future<Uint8List> mcuDecrypt(Uint8List mac, Uint8List payload) {
  throw UnimplementedError('mcuDecrypt() has not been implemented.');
}