load method

void load()

Implementation

void load() async {
  await channel.invokeMethod(channelMethod,
    _channelMethodsArguments
  );
}