post abstract method

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

Implementation

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