This commit is contained in:
xianghairui
2021-06-29 18:17:11 +08:00
parent 6ec9f9e8a1
commit 6b5c6bc1fe
117 changed files with 4593 additions and 201 deletions

View File

@@ -0,0 +1,7 @@
import 'package:flutter/services.dart';
class SignalingManager {
MethodChannel _channel;
SignalingManager(this._channel);
}