menu
gsd_restapi package
documentation
docuframe_api.dart
V3ViewApi
load method
load method
dark_mode
light_mode
load
method
Future
<
RestApiResponse
>
load
(
{
String
?
body
,
})
Implementation
Future<RestApiResponse> load({String? body}) => _post('/view/load', body, 'v3.view.load');
gsd_restapi package
documentation
docuframe_api
V3ViewApi
load method
V3ViewApi class