setFile abstract method

Future<bool> setFile(
  1. Uint8List fileData,
  2. String recordPath
)

Sets a file to the database using the record path from storage and file.

Implementation

Future<bool> setFile(Uint8List fileData, String recordPath);