ignore method

Future ignore(
  1. dynamic _
)

Used for when we're not actively observing things

Implementation

Future ignore(_) async {}