setTheme method

Future<bool?> setTheme(
  1. String id,
  2. String theme
)

Implementation

Future<bool?> setTheme(String id, String theme) {
  throw UnimplementedError('setTheme() has not been implemented.');
}