@override Future<bool> isBroadcasting() async { final flag = await _methodChannel.invokeMethod('isBroadcasting'); return flag == true || flag == 1; }