setDeck method
- String id,
- DeckDefinition definition
Implementation
SetonixData setDeck(String id, DeckDefinition definition) =>
setAsset('$kPackDecksPath/$id.json', utf8.encode(definition.toJson()));
SetonixData setDeck(String id, DeckDefinition definition) =>
setAsset('$kPackDecksPath/$id.json', utf8.encode(definition.toJson()));