setComicTheme method

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

Implementation

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