This commit is contained in:
hrxiang
2021-07-05 11:08:45 +08:00
parent 475f350b99
commit d613703524
17 changed files with 1360 additions and 0 deletions

View File

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