We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060f587 commit fd1c5afCopy full SHA for fd1c5af
packages/auth/amplify_auth_cognito_dart/example/lib/common.dart
@@ -104,6 +104,10 @@ Future<List<AuthUserAttribute>> fetchUserAttributes() async {
104
return Amplify.Auth.fetchUserAttributes();
105
}
106
107
+Future<AuthDevice> fetchCurrentDevice() async {
108
+ return Amplify.Auth.fetchCurrentDevice();
109
+}
110
+
111
Future<List<AuthDevice>> fetchDevices() async {
112
return Amplify.Auth.fetchDevices();
113
0 commit comments