enrollLocalLogin method

Future<void> enrollLocalLogin(
  1. BuildContext context
)

Implementation

Future<void> enrollLocalLogin(BuildContext context) async {
  return await _settingsService.enrollLocalLogin(context);
}