getChromecastState method

  1. @override
Future<ChromecastState?> getChromecastState()
override

Implementation

@override
Future<ChromecastState?> getChromecastState() {
  return _pigeon.getChromecastState();
}