post abstract method

Future<T?> post(
  1. R? request, [
  2. Map? args
])

Implementation

Future<T?> post(R? request, [Map? args]);