close method

Future<void> close()

Close the underlying bloc state source.

Implementation

Future<void> close() async => dispose();