setCurrentInstance static method

void setCurrentInstance(
  1. JetLocalizationsImpl? current
)

Set the current JetLocalizationsImpl instance.

Implementation

static void setCurrentInstance(JetLocalizationsImpl? current) =>
    _current = current;