notifyRemoteLogin method

Future<void> notifyRemoteLogin()

Notifies the contact of a remote login.

Implementation

Future<void> notifyRemoteLogin() async {
return await _module.channel.invokeMethod('contact#notifyRemoteLogin');
  }