build method

void build()

Implementation

void build() {
  try {
    _channel.invokeMethod('build');
  } on PlatformException catch (e) {
    logger.e("build error: ${e.details} - ${e.message}");
  }
}