setWorkspaceKey method

Future<void> setWorkspaceKey(
  1. String workspaceKey
)

Implementation

Future<void> setWorkspaceKey(String workspaceKey) {
  throw UnimplementedError('setWorkspaceKey() has not been implemented.');
}