setDataSendingEnabled abstract method

Future<void> setDataSendingEnabled(
  1. bool enabled
)

Enables/disables sending statistics to the AppMetrica server.

Disabling sending statistics for a reporter does not affect sending data from the main API key and other reporters. But disabling sending data for the main API key stops sending statistics from all reporters.

Implementation

Future<void> setDataSendingEnabled(bool enabled);