findNext method

  1. @Deprecated("Use FindInteractionController.findNext instead")
Future<void> findNext({
  1. required bool forward,
})

Implementation

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