removeCachedForms static method

Future<void> removeCachedForms()

Remove cached forms.

Implementation

static Future<void> removeCachedForms() async {
  await _channel.invokeMethod('removeCachedForms');
}