uploadFile method

Future<Map> uploadFile(
  1. String token,
  2. String environment,
  3. String? notes,
  4. File file,
)

Implementation

Future<Map> uploadFile(
    String token, String environment, String? notes, File file) {
  throw UnimplementedError("Upload File has not been implemented");
}