pluginEmptyobjectGet method

Future<Response> pluginEmptyobjectGet()

Get an empty object

Implementation

Future<chopper.Response> pluginEmptyobjectGet() {
  return _pluginEmptyobjectGet();
}