load method

Future<void> load()

Implementation

Future<void> load() async {
  return await _platform.invokeMethod('load');
}