load method

void load()

Implementation

void load() async {
  await _methodChannel?.invokeMethod(Method.LOAD);
}