Browse Source

Refactor AsyncVidImageDataBase declaration in
VidDataChannel

gavin.chen 1 year ago
parent
commit
1efafe83dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/data_channel/channel.dart

+ 1 - 1
lib/data_channel/channel.dart

@@ -16,7 +16,7 @@ import 'progress_info.dart';
 
 abstract class VidDataChannel {
   @protected
-  late final AsyncVidImageDataBase? source;
+  AsyncVidImageDataBase? source;
 
   final String url;