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