8000 Add missing file. · model-lib/flutter-webrtc@a07b46c · GitHub
[go: up one dir, main page]

Skip to content

Commit a07b46c

Browse files
committed
Add missing file.
1 parent 5b72ff2 commit a07b46c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/web/web_plugin.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
2+
3+
class FlutterWebRTCPlugin {
4+
static void registerWith(Registrar registrar) {
5+
//TODO: register platform view factory
6+
}
7+
}

0 commit comments

Comments
 (0)
0