enums.dart 88 B

123456789
  1. enum VidPlayStatus {
  2. init,
  3. ready,
  4. loadFail,
  5. play,
  6. pause,
  7. stop,
  8. dispose,
  9. }