Future<bool> startPlaying() async { return (await AvPlatformInterface.instance.startPlaying()) ?? false; }