menu
stream package
documentation
plugin.dart
FileAsset
length method
length method
dark_mode
light_mode
length
method
@
override
Future
<
int
>
length
(
)
override
The length of this asset. *
Throws an exception if failed.
Implementation
@override Future<int> length() => file.length();
stream package
documentation
plugin
FileAsset
length method
FileAsset class