postElement method

Future<Tuple<int, TData>> postElement(
  1. TData element
)

Implementation

Future<Tuple<int, TData>> postElement(TData element) async =>
    throw ApiError('postElement allowed but not implemented!');