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