register static method

void register()

Registers this class as the default instance of PathProviderPlatform.

Implementation

static void register() {
  PathProviderPlatform.instance = PathProviderPlugin();
}