reset method

Future<bool> reset()

Reset the swipe feed back to it's initial state By default this function calls refresh and will refresh the loader with a null pagetoken

Implementation

Future<bool> reset() => _state!.reset();