menu
gsd_restapi package
documentation
docuframe_api.dart
V2ViewApi
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, 'v2.view.load');
gsd_restapi package
documentation
docuframe_api
V2ViewApi
load method
V2ViewApi class