setAppChannel method

Future<ConfigBuilder> setAppChannel(
  1. String appChannel
)

Implementation

Future<ConfigBuilder> setAppChannel(String appChannel) async {
  return await nativeCall('setAppChannel', [appChannel]);
}