moveToFront method

Future<bool> moveToFront()

Implementation

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