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