isStreaming property

Future<bool> isStreaming

Gets if live stream is streaming or not.

Implementation

Future<bool> get isStreaming {
  return _platform.getIsStreaming();
}