clearMatches method

  1. @Deprecated("Use FindInteractionController.clearMatches instead")
Future<void> clearMatches()

Implementation

@Deprecated("Use FindInteractionController.clearMatches instead")
Future<void> clearMatches() {
  throw UnimplementedError(
      'clearMatches is not implemented on the current platform');
}