updateFileAndGetUrl abstract method

Future<String?> updateFileAndGetUrl(
  1. String downloadUrl,
  2. Uint8List file
)

This function is for updating an existing file and get updated file url

Implementation

Future<String?> updateFileAndGetUrl(String downloadUrl, Uint8List file);