sendData method

Future<Map<String, dynamic>> sendData(
  1. String data
)

Send data to the connected device

Implementation

Future<Map<String, dynamic>> sendData(String data) {
  throw UnimplementedError('sendData() has not been implemented.');
}