loadForm method

Future<void> loadForm()

Implementation

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