load method

Future<void> load(
  1. int y
)

Implementation

Future<void> load(int y) async {
  await _platform.invokeMethod('load', {"y":y});
}