dispose method

Future<void> dispose()

Closes the streams this fake owns.

Implementation

Future<void> dispose() async {
  await _appForeground.close();
}