interface IBasicSessionCallAsyncSimple {
    call(methodToCall: CallMethodRequestOptions): Promise<CallMethodResult>;
}

Hierarchy (view full)

Methods

Methods