setTheme method

Future<bool> setTheme(
  1. dynamic theme
)

Implementation

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