ZSDK constructor

ZSDK()

Implementation

ZSDK() {
  _channel = const MethodChannel(_METHOD_CHANNEL);
  _channel.setMethodCallHandler(_onMethodCall);
}