send abstract method

Future<void> send(
  1. List<int> data
)

Implementation

Future<void> send(List<int> data);