logSensitiveDeviceInfo method

Future<void> logSensitiveDeviceInfo ()

Manually log sensitive Personally Identifiable Information (social account data).

Implementation

static Future<void> logSensitiveDeviceInfo() async =>
    await _channel.invokeMethod("logSensitiveDeviceInfo");