menu
flutter_xcore package
documentation
export_helper.dart
FormData
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
Future
<
List
<
int
>
>
toBytes
(
)
Implementation
Future<List<int>> toBytes() { return BodyBytesStream(_encode()).toBytes(); }
flutter_xcore package
documentation
export_helper
FormData
toBytes method
FormData class