initLog function

void initLog({
  1. required bool isWeb,
})

Implementation

void initLog({required bool isWeb})
=> _isWeb = isWeb;