getCosToken method

Future<TGetCosTokenResult?> getCosToken(
  1. TGetCosTokenParam params
)

Implementation

Future<TGetCosTokenResult?> getCosToken(TGetCosTokenParam params) async {
  return _documentService.getCosToken(params);
}