post<T> abstract method

Future<T> post<T>(
  1. Object message
)

Implementation

Future<T> post<T>(Object message);