update static method

void update(
  1. ResponsiveData data
)

Updates the global responsive data. This is called automatically by ScalifyProvider.

Implementation

static void update(ResponsiveData data) {
  _data = data;
}