initSDK method

Future<void> initSDK()

初始化SDK

Implementation

Future<void> initSDK() async {
  throw UnimplementedError('initSDK() has not been implemented.');
}