setIcon method

Future<void> setIcon(
  1. Uint8List imageSource
)

Implementation

Future<void> setIcon(Uint8List imageSource) {
  throw UnimplementedError('setIcon() has not been implemented.');
}