preloadChannels method

  1. @override
void preloadChannels(
  1. List<String> list
)
inherited

Implementation

@override
void preloadChannels(List<String> list) {
  _nativeAPI.preloadChannels(list)
      .onError<Exception>((error, stackTrace) => exceptionHandler(exception: error, tag: "PIGEON", stacktrace: stackTrace));
}