isLoggedIn method

Future isLoggedIn()

Check user isLoggedIn cafeBazaar

Implementation

Future<dynamic> isLoggedIn() => _methodChannel.invokeMethod('isLoggedIn');