storeFile method

Future<void> storeFile(
  1. Uri mxcUri,
  2. Uint8List bytes,
  3. int time
)
inherited

Implementation

Future<void> storeFile(Uri mxcUri, Uint8List bytes, int time) async {
  return;
}