deinitialize method
This puts Places into its uninitialized state.
Note: this does not need to be called in order to change the API key
Implementation
@override
Future<void> deinitialize() async {
// Nothing to do; there is no de-initialize for web
}