Future<bool> get looping async { bool looping = await engineInstanceMethodChannel.invokeMethod('getIsLooping'); return looping; }