check method

Future<bool> check()

Checks whether the remote port is registered by the remote app.

Implementation

Future<bool> check() async {
  return _manager.checkForRemotePort(remoteAppId, portName, trusted);
}