init static method

void init(
  1. PlatformServices services
)

Initialize the platform services with a custom implementation. This is optional - if not called, a default implementation will be used.

Implementation

static void init(PlatformServices services) {
  _instance = services;
}