createLinuxAdapter function

WorkflowPlatformAdapter createLinuxAdapter()

Dummy Linux adapter factory (never called)

Implementation

WorkflowPlatformAdapter createLinuxAdapter() {
  return MethodChannelWorkflowAdapter();
}