@override Future<void> call() async { final position = await getPosition(); streamControler.add(position); }