setLogging method

Future<void> setLogging(
  1. bool enabled
)

Toggle native logging. Default no-op.

Implementation

Future<void> setLogging(bool enabled) async {}