patchElement method

Future<TData> patchElement(
  1. TData element
)

Implementation

Future<TData> patchElement(TData element) async =>
    throw ApiError('patchElement allowed but not implemented!');