delete method

Future<bool> delete(
  1. KType id
)

Implementation

Future<bool> delete(KType id) async {
  return await internalDelete(id);
}