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