File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
packages/corbado_auth/lib Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
/// Corbado auth flutter package
2
2
library corbado_auth;
3
3
4
- export 'package:passkeys_doctor/passkeys_doctor.dart' ;
5
-
6
4
export 'src/blocks/email_verify_block.dart' ;
7
5
export 'src/blocks/login_init_block.dart' ;
8
6
export 'src/blocks/passkey_append_block.dart' ;
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ class CorbadoAuth {
37
37
Stream <List <PasskeyInfo >> get passkeysChanges =>
38
38
_passkeysStreamController.stream.distinct ();
39
39
40
- /// Should be listened to to get updates to the passkeys doctor.
41
- Stream <Result > get doctorChanges => _corbadoService.resultStream;
42
-
43
40
/// Returns the current value of the user object.
44
41
Future <User ?> get currentUser => _sessionService.userChanges.first;
45
42
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import 'package:corbado_frontend_api_client/corbado_frontend_api_client.dart';
11
11
import 'package:dio/dio.dart' ;
12
12
import 'package:flutter/foundation.dart' ;
13
13
import 'package:passkeys/authenticator.dart' ;
14
+ import 'package:passkeys/types.dart' ;
14
15
15
16
abstract class CorbadoService {
16
17
CorbadoService (
You can’t perform that action at this time.
0 commit comments