organize video types

This commit is contained in:
Hiroshi Horie
2022-02-25 15:43:37 +09:00
parent 0dfbf03e5b
commit 0a339b6252
37 changed files with 427 additions and 515 deletions
+6 -4
View File
@@ -1,13 +1,15 @@
import 'dart:async';
import 'package:flutter/services.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
// In order to *not* need this ignore, consider extracting the "web" version
// of your plugin as a separate package, instead of inlining it in the same
// package as the core of your plugin.
// ignore: unused_import
import 'dart:html' as html show document, ScriptElement;
import 'package:flutter/services.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
import 'dart:html' as html show document, ScriptElement; // import_sorter: keep
/// A web implementation of the Livekit plugin.
class LiveKitWebPlugin {