remove method

Future<void> remove(
  1. String id
)

Implementation

Future<void> remove(String id) async {
  await _storage.removeRequest(id);
}