sdkType abstract method

String? sdkType(
  1. String? flutterRootPath
)

Returns 'Dart' or 'Flutter' (preferentially, 'Flutter' when the answer is "both"), or null if this package is not part of an SDK.

Implementation

String? sdkType(String? flutterRootPath);