Context constructor
- AlexaSystem? system,
- PlaybackState? audioPlayer,
- Geolocation? geolocation,
Implementation
const Context({
this.system,
this.audioPlayer,
this.geolocation,
});
const Context({
this.system,
this.audioPlayer,
this.geolocation,
});