isLoggedIn method

FutureOr<bool?> isLoggedIn()

Check user isLoggedIn cafeBazaar

Implementation

FutureOr<bool?> isLoggedIn() => _methodChannel.invokeMethod('isLoggedIn');