onUserDidLoginFromOtherDevice property

void Function(String deviceName)? onUserDidLoginFromOtherDevice
final

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

Implementation

final void Function(String deviceName)? onUserDidLoginFromOtherDevice;