uploadFile abstract method

Future<FileModel?> uploadFile(
  1. String fileName,
  2. String fileType,
  3. Uint8List fileBytes, {
  4. bool makeThumbnail = false,
  5. String usageType = "content",
  6. String? bucketId,
})

Implementation

Future<FileModel?> uploadFile(
    String fileName, String fileType, Uint8List fileBytes,
    {bool makeThumbnail = false,
    String usageType = "content",
    String? bucketId});