Stream<String> locationStream() => _eventChannel.receiveBroadcastStream().map((event) => event.toString());