dbFileDeleteServerPath function

dynamic dbFileDeleteServerPath(
  1. String serverPath
)

Implementation

dbFileDeleteServerPath(String serverPath) async {
  await FirebaseStorage.instance.refFromURL(serverPath).delete();
}