init method

Future<void> init()

初始化

Implementation

Future<void> init() async {
  throw UnimplementedError("初始化未实现.");
}