notifyRemoteLogin method
Notifies the contact of a remote login.
Implementation
Future<void> notifyRemoteLogin() async {
return await _module.channel.invokeMethod('contact#notifyRemoteLogin');
}
Notifies the contact of a remote login.
Future<void> notifyRemoteLogin() async {
return await _module.channel.invokeMethod('contact#notifyRemoteLogin');
}