getConfig method

Future<Map<String, dynamic>?> getConfig()

SDKClientConfig 형태: { userKey, userPhone, proxyUrl, safeArea: { top, bottom, left, right }? }

Implementation

Future<Map<String, dynamic>?> getConfig() {
  throw UnimplementedError('getConfig() has not been implemented.');
}