get<T> method
Returns a value of variable with the name set by key parameter.
Implementation
Future<ApiResponse<T>> get<T>(Map<String, Object> params) =>
_api.request<T>('storage.get', params);
Returns a value of variable with the name set by key parameter.
Future<ApiResponse<T>> get<T>(Map<String, Object> params) =>
_api.request<T>('storage.get', params);