setTheme method

Future<bool?> setTheme(
  1. String themeId
)

Implementation

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