setup method
void
setup({})
override
Implementation
void setup({
String appKey = '',
bool production = false,
String channel = '',
bool debug = false,
}) {
print(flutter_log + "setup:");
_channel.invokeMethod('setup', {
'appKey': appKey,
'channel': channel,
'production': production,
'debug': debug
});
}