loadForm method

Future<void> loadForm()

Implementation

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