invoke abstract method

Future<Result<TlObject>> invoke(
  1. TlMethod method
)

Call the specified RPC method on the server.

Implementation

Future<Result> invoke(TlMethod method);