navigateBack method

bool navigateBack()

Implementation

bool navigateBack() =>
    _navigator != null ? _navigator!.navigateBack() : false;