SecureMiniProgramAuthStore constructor

SecureMiniProgramAuthStore({
  1. FlutterSecureStorage? storage,
})

Implementation

SecureMiniProgramAuthStore({FlutterSecureStorage? storage})
  : _storage = storage ?? const FlutterSecureStorage();