uploadFileAndGetUrl abstract method

Future<String?> uploadFileAndGetUrl(
  1. Uint8List file,
  2. String ref
)

This function is for Uploading a new file and get uploaded file url

Implementation

Future<String?> uploadFileAndGetUrl(Uint8List file, String ref);