init static method
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;
}
Initialize the platform services with a custom implementation. This is optional - if not called, a default implementation will be used.
static void init(PlatformServices services) {
_instance = services;
}