uploadMedia abstract method

ProgressTracker<Uri> uploadMedia(
  1. dynamic file,
  2. MediaContentType<Object> contentType, {
  3. dynamic mediaType,
  4. String? mediaId,
  5. ProgressTracker<Uri>? progress,
  6. bool isDebug,
})

Implementation

ProgressTracker<Uri> uploadMedia(
    final dynamic file, MediaContentType contentType,
    {mediaType,
    String? mediaId,
    ProgressTracker<Uri>? progress,
    bool isDebug});