Adds Apple airplay/Google cast support to the app #2
@@ -72,7 +72,9 @@ class CastingBusinessObject extends ChangeNotifier {
|
||||
return;
|
||||
}
|
||||
|
||||
_setStatus(CastingStatus.connecting);
|
||||
if (defaultTargetPlatform == TargetPlatform.android) {
|
||||
_setStatus(CastingStatus.connecting);
|
||||
}
|
||||
|
||||
try {
|
||||
await _methodChannel.invokeMethod<void>('showDevicePicker');
|
||||
|
||||
Reference in New Issue
Block a user