removeMany<T> abstract method

Future<int> removeMany<T>(
  1. List<int> ids
)

Implementation

Future<int> removeMany<T>(List<int> ids);