dispose method
Disposes the controller.
Implementation
void dispose({bool isKeepAlive = false}) {
throw UnimplementedError(
'dispose is not implemented on the current platform');
}
Disposes the controller.
void dispose({bool isKeepAlive = false}) {
throw UnimplementedError(
'dispose is not implemented on the current platform');
}