clearMatches method
- @override
- @Deprecated("Use FindInteractionController.clearMatches instead")
Use PlatformFindInteractionController.clearMatches
instead.
Implementation
@override
@Deprecated("Use FindInteractionController.clearMatches instead")
Future<void> clearMatches() async {
Map<String, dynamic> args = <String, dynamic>{};
await channel?.invokeMethod('clearMatches', args);
}