onFindResultReceived property

void Function(PlatformFindInteractionController controller, int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting)? get onFindResultReceived

Implementation

void Function(
  PlatformFindInteractionController controller,
  int activeMatchOrdinal,
  int numberOfMatches,
  bool isDoneCounting,
)?
get onFindResultReceived => platform.onFindResultReceived;