Gets the current time.
Future<int> getCurrentTime() { return _controller?.getCurrentTime() ?? Future.value(0); }