static Future<Duration> getSavedPosition(String resumeId) async => (await BmdrmResumeStore.load(resumeId))?.position ?? Duration.zero;