onUserDidLoginFromOtherDevice property

void Function(LoginExtensionInfo info)? onUserDidLoginFromOtherDevice
final

Occurs when the current user account is logged in to another device.

Implementation

final void Function(LoginExtensionInfo info)? onUserDidLoginFromOtherDevice;