canClose method

  1. @override
bool canClose()
override

Indicates if the Bloc can be closed.

Implementation

@override
bool canClose() => false;