menu
easyflu package
documentation
widget/image_api.dart
ImageApi
image static method
image static method
dark_mode
light_mode
image
static method
Future
<
Uint8List
>
image
(
String
url
)
Implementation
static Future<Uint8List> image(String url) async { return getRequest(url); }
easyflu package
documentation
widget/image_api
ImageApi
image static method
ImageApi class