fileFromByte method
Implementation
MultipartFile fileFromByte({required List<int> filebyte}) =>
MultipartFile.fromBytes(
filebyte,
);
MultipartFile fileFromByte({required List<int> filebyte}) =>
MultipartFile.fromBytes(
filebyte,
);