getPlatformColor method

Future<Color?> getPlatformColor(
  1. Map<String, double>? defaultColor,
  2. bool? darkMode,
  3. String? title
)

Implementation

Future<Color?> getPlatformColor(Map<String, double>? defaultColor, bool? darkMode, String? title) {
  throw UnimplementedError('getPlatformColor() has not been implemented.');
}