update method Null safety
- String address,
- Uint8List lastBlock
Updates the persisted XchainModel.lastBlock.
Implementation
void update(String address, Uint8List lastBlock) {
throw UnimplementedError();
}
Updates the persisted XchainModel.lastBlock.
void update(String address, Uint8List lastBlock) {
throw UnimplementedError();
}