setLogEnable method

Future<void> setLogEnable(
  1. bool enable
)

Implementation

Future<void> setLogEnable(bool enable) async {
  return await mediaXBaseApi.setLogEnable(enable);
}