Future<void> setTrackVolumeEnabled(bool isEnabled) async { await engineInstanceMethodChannel.invokeMethod( 'setTrackVolumeEnabled', isEnabled); }