static Future<void> setConfiguration(String appKey) async { await sdk._defaultChannel .invokeMethod("setConfiguration", {'appKey': appKey}); }