canSaveStream property

bool get canSaveStream

Implementation

static bool get canSaveStream {
  return globalContext.hasProperty('showSaveFilePicker'.toJS).toDart;
}