findAllAsync method
- @Deprecated("Use FindInteractionController.findAll instead")
- required String find,
Use PlatformFindInteractionController.findAll instead.
Implementation
@Deprecated("Use FindInteractionController.findAll instead")
Future<void> findAllAsync({required String find}) {
throw UnimplementedError(
'findAllAsync is not implemented on the current platform');
}