containsName abstract method

bool containsName({
  1. required String name,
})

Returns true if this cookie jar contains cookie linked to name, otherwise false.

Implementation

bool containsName({required String name});