showDebugInfo static method

void showDebugInfo()

Launch DebugInfoActivity activity which holds debug information. These information is useful to debug problem with the SDK.

Implementation

static void showDebugInfo() async {
  await _channel.invokeMethod("showDebugInfo", {});
}