jspmGet method

Future<Response> jspmGet({
  1. String? timestamp,
})

@param timestamp

Implementation

Future<chopper.Response> jspmGet({String? timestamp}) {
  return _jspmGet(timestamp: timestamp);
}