menu
dropbox_api package
documentation
dropbox_api.dart
OAuth2TextBody
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
List
<
int
>
toBytes
(
)
override
Implementation
@override List<int> toBytes() { return _encoded ??= utf8.encode(text); }
dropbox_api package
documentation
dropbox_api
OAuth2TextBody
toBytes method
OAuth2TextBody class