NativeCallbackFn typedef
NativeCallbackFn =
void Function(Credential credential)
The type of the native_callback
used to create an IdConfiguration.
Describes a JavaScript function that handles password Credentials coming from the native Credential manager of the user's browser.
Implementation
typedef NativeCallbackFn = void Function(Credential credential);