getLoginStatus method

Future getLoginStatus()

Implementation

Future<dynamic> getLoginStatus() async {
  return CommonUtils.returnErrorForValueCb<int>('Not support for web');
}