deinitialize method

  1. @override
Future<void> deinitialize()
override

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
}