setLogCallback static method
Implementation
static Future<void> setLogCallback({
required Function(LogLevel level, String message) callback,
}) async {
await NativeSDKBridgeV3.setLogCallback(callback: callback);
}
static Future<void> setLogCallback({
required Function(LogLevel level, String message) callback,
}) async {
await NativeSDKBridgeV3.setLogCallback(callback: callback);
}