send abstract method

Future<int> send(
  1. CommunicateData<T> data
)

Implementation

Future<int> send(
    CommunicateData<T>
        data);