setup method
void
setup({})
Implementation
void setup({
String appKey = '',
bool production = false,
String channel = '',
bool debug = false,
}) {
print(flutter_log + "setup:has not been implemented.");
}