Future<bool> isTempoRunning() async { final isTempoRunning = await methodChannel.invokeMethod('isTempoRunning'); return isTempoRunning; }