deleteByPrimaryKeyWithUri method

Future<bool> deleteByPrimaryKeyWithUri(
  1. Uri uri, {
  2. String? requestMethod,
})

no matter what subKey is, delete local cache if primary matched.

Implementation

Future<bool> deleteByPrimaryKeyWithUri(Uri uri, {String? requestMethod}) =>
    delete(_getPrimaryKeyFromUri(uri), requestMethod: requestMethod);