onUserDidLoginFromOtherDevice property
void Function(LoginExtensionInfo info)?
onUserDidLoginFromOtherDevice
final
~english Occurs when the current user account is logged in to another device. ~end
~chinese 其他设备登录回调。 ~end
Implementation
final void Function(LoginExtensionInfo info)? onUserDidLoginFromOtherDevice;