delete method

Future<void> delete({
  1. String? reason,
})

Implementation

Future<void> delete({String? reason}) => _methods.delete(reason);