Future<void> play({required String path}) async { await ThanPkg.android.media.play(path: path, isVideo: true); }