menu
flutter_pipwave_ekyc package
documentation
index.dart
IOOps<F>
writeBytes method
writeBytes method
dark_mode
light_mode
writeBytes
method
Free
<
F
,
Unit
>
writeBytes
(
FileRef
file
,
IList
<
int
>
bytes
)
Implementation
Free<F, Unit> writeBytes(FileRef file, IList<int> bytes) => liftOp(new WriteBytes(file, bytes));
flutter_pipwave_ekyc package
documentation
index
IOOps<F>
writeBytes method
IOOps class