dispose method
Dispose of whatever resources the mapId
is holding on to.
Implementation
void dispose({required int mapId}) {
throw UnimplementedError('dispose() has not been implemented.');
}
Dispose of whatever resources the mapId
is holding on to.
void dispose({required int mapId}) {
throw UnimplementedError('dispose() has not been implemented.');
}