getColors method

Future<List<int>?> getColors()

Returns wallpaper-based colors from the platform.

Implementation

Future<List<int>?> getColors() {
  throw UnimplementedError('getColors() has not been implemented.');
}