resumeStandWall method

Future<void> resumeStandWall(
  1. Map<String, dynamic> embedConfig
)

Implementation

Future<void> resumeStandWall(Map<String, dynamic> embedConfig) {
  throw UnimplementedError(
      'resumeStandWall() has not been implemented.');
}