xOnAddDett method

Future<bool> xOnAddDett(
  1. T item
)

Implementation

Future<bool> xOnAddDett(T item) async {
  return false;
}