writeBytes method
Implementation
Future<ConnectionResponse> writeBytes(List<int> data,
{bool isDisconnect = true}) {
throw Exception('Platform does not support');
}
Future<ConnectionResponse> writeBytes(List<int> data,
{bool isDisconnect = true}) {
throw Exception('Platform does not support');
}