showForm method

Future<void> showForm()

Implementation

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