load static method

void load()

Implementation

static void load() async {
  await _channel.invokeMethod('load');
}