iso15693KeyUpdate method
Key update (0x36). The message content follows the crypto suite used to authenticate.
Implementation
@override
Future<Iso15693ResponsePigeon> iso15693KeyUpdate(
String handle,
List<Iso15693RequestFlagPigeon> flags,
int keyIdentifier,
Uint8List message,
) async => _response();