showVisualInspector method

Future<int> showVisualInspector(
  1. VisualInspectorMode mode
)

Implementation

Future<int> showVisualInspector(VisualInspectorMode mode) async =>
    throw UnimplementedError(
        'showVisualInspector() has not been implemented.');