import 'package:flutter/services.dart'; class GroupManager{ MethodChannel _channel; GroupManager(this._channel); }