store method

String store(
  1. String path,
  2. File file, {
  3. List<int>? bytes,
})

Implementation

String store(
  String path,
  File file, {
  List<int>? bytes,
}) {
  return '';
}