Future<void> open(String file, {bool startOnPause = false}) async { await player.open(file: file, startOnPause: startOnPause); }