getChromecastState method

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

Implementation

@override
Future<pigeon.ChromecastState?> getChromecastState() async {
  return null;
}