getCastDevice method Null safety
Returns the currently connected cast device
Implementation
Future<CastDevice> getCastDevice() async {
return await _hostApi.getCastDevice();
}
Returns the currently connected cast device
Future<CastDevice> getCastDevice() async {
return await _hostApi.getCastDevice();
}