Returns whether or not the internal Places client has been initialized.
@override Future<bool?> isInitialized() async { return _completer?.isCompleted == true; }