menu
bodsquare_sdk package
documentation
conversations/widgets/attachments_bottomsheet.dart
AttachmentsBottomSheet
createFileFromBytes method
createFileFromBytes method
dark_mode
light_mode
createFileFromBytes
method
Future
<
File
>
createFileFromBytes
(
Uint8List
bytes
)
Implementation
Future<File> createFileFromBytes(Uint8List bytes) async => File.fromRawPath(bytes);
bodsquare_sdk package
documentation
conversations/widgets/attachments_bottomsheet
AttachmentsBottomSheet
createFileFromBytes method
AttachmentsBottomSheet class