setOptions abstract method
SDK 옵션 설정
SDK 옵션을 설정합니다. 옵션 설정 성공 여부를 boolean으로 반환합니다.
options SDK 옵션 설정
Returns true if options setting succeeds, false otherwise
Implementation
Future<bool> setOptions(DaroSdkOptions options);
SDK 옵션 설정
SDK 옵션을 설정합니다. 옵션 설정 성공 여부를 boolean으로 반환합니다.
options SDK 옵션 설정
Returns true if options setting succeeds, false otherwise
Future<bool> setOptions(DaroSdkOptions options);