deinitialize method

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

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 {
  _apiKey = null;
  _locale = null;
}