PROMISE property
sample data for checking keys
Implementation
// ignore: non_constant_identifier_names
static final Uint8List PROMISE = Uint8List.fromList(
'Moky loves May Lee forever!'.codeUnits
);
sample data for checking keys
// ignore: non_constant_identifier_names
static final Uint8List PROMISE = Uint8List.fromList(
'Moky loves May Lee forever!'.codeUnits
);