createFileElement method

MBUploadableFilesElement createFileElement(
  1. String name,
  2. String filePath
)

Creates a files element with a name and the path of the file.

Implementation

MBUploadableFilesElement createFileElement(
  String name,
  String filePath,
) =>
    cerateFilesElement(
      name,
      [filePath],
    );