menu
mobile_chat_flutter package
documentation
data/remote_data.dart
RemoteData
getImage static method
getImage static method
dark_mode
light_mode
getImage
static method
Future
<
Response
>
getImage
(
String
url
)
Implementation
static Future<Response> getImage(String url) async { return await get(Uri.parse(url)); }
mobile_chat_flutter package
documentation
data/remote_data
RemoteData
getImage static method
RemoteData class