getMaterialYouColours static method

Future<Map<Object?, Object?>?> getMaterialYouColours()

Implementation

static Future<Map<Object?, Object?>?> getMaterialYouColours() async {
  return await _channel.invokeMethod('getMaterialYouColours');
}