remoteSendTo method

Future<int> remoteSendTo(
  1. String deviceId,
  2. String path
)

Implementation

Future<int> remoteSendTo(String deviceId, String path) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}