load method

Future<RestApiResponse> load({
  1. String? body,
})

Implementation

Future<RestApiResponse> load({String? body}) =>
    _post('/view/load', body, 'v2.view.load');