localLogin method

Future<bool> localLogin()

Implementation

Future<bool> localLogin() async {
  return await _settingsService.localLogin();
}