GoogleCastDiscoveryManagerMethodChannelAndroid class
Methods
-
isDiscoveryActiveForDeviceCategory(String deviceCategory)
→ Future<bool>
-
Tests whether discovery is currently active for the given device category.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
startDiscovery()
→ Future<void>
-
Starts the discovery process.
strongly recommended to call this method when the application is show cast devices dialog
because the battery consumption is high when the discovery process is running.
override
-
stopDiscovery()
→ Future<void>
-
Stops the discovery process.
strongly recommended to call this method when the application close the show cast devices dialog
for reduce battery consumption.
override
-
toString()
→ String
-
A string representation of this object.
inherited