delete abstract method

Future<ParseNetworkResponse> delete(
  1. String path,
  2. {ParseNetworkOptions? options}
)

Implementation

Future<ParseNetworkResponse> delete(
  String path, {
  ParseNetworkOptions? options,
});